object Form20: TForm20 Left = 192 Top = 107 BorderStyle = bsDialog Caption = 'Proxy Configuration' ClientHeight = 254 ClientWidth = 205 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 8 Width = 32 Height = 13 Caption = 'Label1' end object Label2: TLabel Left = 16 Top = 56 Width = 32 Height = 13 Caption = 'Label2' end object Label3: TLabel Left = 16 Top = 104 Width = 32 Height = 13 Caption = 'Label3' end object Label4: TLabel Left = 16 Top = 152 Width = 32 Height = 13 Caption = 'Label4' end object Edit1: TEdit Left = 16 Top = 24 Width = 169 Height = 21 TabOrder = 0 end object Edit2: TEdit Left = 16 Top = 72 Width = 169 Height = 21 TabOrder = 1 end object Edit3: TEdit Left = 16 Top = 120 Width = 169 Height = 21 TabOrder = 2 end object Edit4: TEdit Left = 16 Top = 168 Width = 169 Height = 21 PasswordChar = '*' TabOrder = 3 end object Button1: TButton Left = 16 Top = 208 Width = 75 Height = 25 Caption = 'OK' TabOrder = 4 OnClick = Button1Click end object Button2: TButton Left = 112 Top = 208 Width = 75 Height = 25 Caption = 'cancel' TabOrder = 5 OnClick = Button2Click end end